home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr05 / wrcpdl14.zip / HISTORY.DOC < prev    next >
Text File  |  1995-01-17  |  2KB  |  37 lines

  1. Winsock RCP.DLL Version History
  2. -------------------------------
  3.  
  4. Version 1.0  -  Initial Release
  5.  
  6. Version 1.1  -  Added ASCII conversion option.
  7.  (11/30/94)
  8.  
  9. Version 1.2  -  Corrected problem in that would not allow recursive copies from
  10.  (12/13/94)     a drive other than the current drive.  RCP.DLL would find the
  11.                 filenames from the specified drive, but would try to read the
  12.                 data from the current drive, causing "File Not Found" errors.
  13.  
  14.              -  RCP.DLL would only allow a host name to be used, not an IP
  15.                 address (i.e., a dotted-decimal address of the host).  For
  16.                 example, the following file reference would result in a
  17.                 "Record Not Found" error from Windows Sockets:
  18.  
  19.                          192.15.32.1:/usr/joe/file
  20.  
  21.                 This occurred because the Windows Sockets "gethostbyname()"
  22.                 function only allows host names to be specified, unlike Unix,
  23.                 which allows both IP addresses and host names.  RCP.DLL now
  24.                 determines whether or not you have specified a host name or
  25.                 IP address and adjusts accordingly.
  26.  
  27.  
  28. Version 1.3  -  Corrected a problem with wildcards.  Sometimes the last
  29.  (12/30/94)     character of the directory name prefixing the wilcard was
  30.                 being thrown into the name, causing it to not find the files.
  31.  
  32.              -  Corrected a memory leak.
  33.  
  34. Version 1.4  -  Retries up to ten times when Connection Refused error is
  35.  (01/16/95)     received from Windows Sockets.
  36.  
  37.